-
Notifications
You must be signed in to change notification settings - Fork 119
feat(blog): add post for July 2024 release #4007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d12a644. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
import type { ImageProps } from "next/image"; | ||
import * as React from "react"; | ||
|
||
const ResponsiveBorderedImage: React.FC<ImageProps> = (props) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new component added for new styling of images. Bordered with rounded corners. I didn't want to extend the other as it's used outside of blogs already.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d12a644:
|
Size Change: 0 B Total Size: 1.08 MB ℹ️ View Unchanged
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Added a new blog post for the Paste Design System Newsletter - July 2024 Edition in
packages/paste-website/src/pages/blog/2024-07-17-paste-newsletter.mdx
. This includes detailed updates on new components, guidelines, and team introductions.